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