pub struct PropertyChunk {
pub chunk: Chunk,
pub property_type: ID,
}Fields§
§chunk: Chunk§property_type: IDTrait Implementations§
Source§impl Clone for PropertyChunk
impl Clone for PropertyChunk
Source§fn clone(&self) -> PropertyChunk
fn clone(&self) -> PropertyChunk
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 PropertyChunk
impl Debug for PropertyChunk
Auto Trait Implementations§
impl Freeze for PropertyChunk
impl RefUnwindSafe for PropertyChunk
impl Send for PropertyChunk
impl Sync for PropertyChunk
impl Unpin for PropertyChunk
impl UnwindSafe for PropertyChunk
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