pub struct GroupRevision { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GroupRevision
impl Clone for GroupRevision
Source§fn clone(&self) -> GroupRevision
fn clone(&self) -> GroupRevision
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GroupRevision
impl Debug for GroupRevision
impl Eq for GroupRevision
Source§impl PartialEq for GroupRevision
impl PartialEq for GroupRevision
impl StructuralPartialEq for GroupRevision
Auto Trait Implementations§
impl Freeze for GroupRevision
impl RefUnwindSafe for GroupRevision
impl Send for GroupRevision
impl Sync for GroupRevision
impl Unpin for GroupRevision
impl UnsafeUnpin for GroupRevision
impl UnwindSafe for GroupRevision
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