pub struct SnapshotStreamAllocateResponse {
pub snapshot_stream_id: Option<u8>,
}Fields§
§snapshot_stream_id: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnapshotStreamAllocateResponse
impl RefUnwindSafe for SnapshotStreamAllocateResponse
impl Send for SnapshotStreamAllocateResponse
impl Sync for SnapshotStreamAllocateResponse
impl Unpin for SnapshotStreamAllocateResponse
impl UnwindSafe for SnapshotStreamAllocateResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more