pub struct ActivityOrObjectId(/* private fields */);Trait Implementations§
Source§impl Dereference for ActivityOrObjectId
impl Dereference for ActivityOrObjectId
Auto Trait Implementations§
impl Freeze for ActivityOrObjectId
impl RefUnwindSafe for ActivityOrObjectId
impl Send for ActivityOrObjectId
impl Sync for ActivityOrObjectId
impl Unpin for ActivityOrObjectId
impl UnsafeUnpin for ActivityOrObjectId
impl UnwindSafe for ActivityOrObjectId
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