pub struct SetObjectMetaOutput { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SetObjectMetaOutput
impl Clone for SetObjectMetaOutput
Source§fn clone(&self) -> SetObjectMetaOutput
fn clone(&self) -> SetObjectMetaOutput
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 SetObjectMetaOutput
impl Debug for SetObjectMetaOutput
Source§impl Default for SetObjectMetaOutput
impl Default for SetObjectMetaOutput
Source§fn default() -> SetObjectMetaOutput
fn default() -> SetObjectMetaOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetObjectMetaOutput
impl PartialEq for SetObjectMetaOutput
impl StructuralPartialEq for SetObjectMetaOutput
Auto Trait Implementations§
impl Freeze for SetObjectMetaOutput
impl RefUnwindSafe for SetObjectMetaOutput
impl Send for SetObjectMetaOutput
impl Sync for SetObjectMetaOutput
impl Unpin for SetObjectMetaOutput
impl UnsafeUnpin for SetObjectMetaOutput
impl UnwindSafe for SetObjectMetaOutput
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