pub struct CloseSnapshotStreamResponse {
pub result: bool,
}
Fields§
§result: bool
Trait Implementations§
Source§impl Clone for CloseSnapshotStreamResponse
impl Clone for CloseSnapshotStreamResponse
Source§fn clone(&self) -> CloseSnapshotStreamResponse
fn clone(&self) -> CloseSnapshotStreamResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CloseSnapshotStreamResponse
impl Debug for CloseSnapshotStreamResponse
Source§impl<'de> Deserialize<'de> for CloseSnapshotStreamResponse
impl<'de> Deserialize<'de> for CloseSnapshotStreamResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Message for CloseSnapshotStreamResponse
impl StructuralPartialEq for CloseSnapshotStreamResponse
Auto Trait Implementations§
impl Freeze for CloseSnapshotStreamResponse
impl RefUnwindSafe for CloseSnapshotStreamResponse
impl Send for CloseSnapshotStreamResponse
impl Sync for CloseSnapshotStreamResponse
impl Unpin for CloseSnapshotStreamResponse
impl UnwindSafe for CloseSnapshotStreamResponse
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