pub struct Objects(/* private fields */);
Expand description
The Reference
s that refer to the commits that make up a
crate::CollaborativeObject
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Objects
impl RefUnwindSafe for Objects
impl Send for Objects
impl Sync for Objects
impl Unpin for Objects
impl UnwindSafe for Objects
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