pub struct ControlledShutdownResponseData {
pub _unknown_tagged_fields: Vec<RawTaggedField>,
}Fields§
§_unknown_tagged_fields: Vec<RawTaggedField>Implementations§
Trait Implementations§
Source§impl Clone for ControlledShutdownResponseData
impl Clone for ControlledShutdownResponseData
Source§fn clone(&self) -> ControlledShutdownResponseData
fn clone(&self) -> ControlledShutdownResponseData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for ControlledShutdownResponseData
impl PartialEq for ControlledShutdownResponseData
Source§fn eq(&self, other: &ControlledShutdownResponseData) -> bool
fn eq(&self, other: &ControlledShutdownResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ControlledShutdownResponseData
Auto Trait Implementations§
impl Freeze for ControlledShutdownResponseData
impl RefUnwindSafe for ControlledShutdownResponseData
impl Send for ControlledShutdownResponseData
impl Sync for ControlledShutdownResponseData
impl Unpin for ControlledShutdownResponseData
impl UnsafeUnpin for ControlledShutdownResponseData
impl UnwindSafe for ControlledShutdownResponseData
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