pub struct Object<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> From<ConstObject<'a>> for Object<'a>
impl<'a> From<ConstObject<'a>> for Object<'a>
Source§fn from(value: ConstObject<'a>) -> Self
fn from(value: ConstObject<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> IntoIterator for Object<'a>
impl<'a> IntoIterator for Object<'a>
impl<'a> Copy for Object<'a>
Auto Trait Implementations§
impl<'a> Freeze for Object<'a>
impl<'a> RefUnwindSafe for Object<'a>
impl<'a> Send for Object<'a>
impl<'a> Sync for Object<'a>
impl<'a> Unpin for Object<'a>
impl<'a> UnwindSafe for Object<'a>
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