pub struct GroupObject {
pub object_id: u64,
pub size: usize,
pub status: ObjectStatus,
}
Fields§
§object_id: u64
§size: usize
§status: ObjectStatus
Trait Implementations§
Source§impl Clone for GroupObject
impl Clone for GroupObject
Source§fn clone(&self) -> GroupObject
fn clone(&self) -> GroupObject
Returns a copy 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 GroupObject
impl Debug for GroupObject
Source§impl Decode for GroupObject
impl Decode for GroupObject
Auto Trait Implementations§
impl Freeze for GroupObject
impl RefUnwindSafe for GroupObject
impl Send for GroupObject
impl Sync for GroupObject
impl Unpin for GroupObject
impl UnwindSafe for GroupObject
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