pub struct GroupsForChunk {
pub chunk_uuid: Uuid,
pub slim_groups: Vec<ChunkGroupAndFileId>,
}
Fields§
§chunk_uuid: Uuid
§slim_groups: Vec<ChunkGroupAndFileId>
Implementations§
Source§impl GroupsForChunk
impl GroupsForChunk
pub fn new( chunk_uuid: Uuid, slim_groups: Vec<ChunkGroupAndFileId>, ) -> GroupsForChunk
Trait Implementations§
Source§impl Clone for GroupsForChunk
impl Clone for GroupsForChunk
Source§fn clone(&self) -> GroupsForChunk
fn clone(&self) -> GroupsForChunk
Returns a duplicate 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 GroupsForChunk
impl Debug for GroupsForChunk
Source§impl Default for GroupsForChunk
impl Default for GroupsForChunk
Source§fn default() -> GroupsForChunk
fn default() -> GroupsForChunk
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupsForChunk
impl<'de> Deserialize<'de> for GroupsForChunk
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GroupsForChunk
impl PartialEq for GroupsForChunk
Source§impl Serialize for GroupsForChunk
impl Serialize for GroupsForChunk
impl StructuralPartialEq for GroupsForChunk
Auto Trait Implementations§
impl Freeze for GroupsForChunk
impl RefUnwindSafe for GroupsForChunk
impl Send for GroupsForChunk
impl Sync for GroupsForChunk
impl Unpin for GroupsForChunk
impl UnwindSafe for GroupsForChunk
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