pub struct ObjectLocation {
pub metadata: ObjectMetadata,
pub payload_offset: u64,
pub payload_len: u64,
}Fields§
§metadata: ObjectMetadata§payload_offset: u64§payload_len: u64Trait Implementations§
Source§impl Clone for ObjectLocation
impl Clone for ObjectLocation
Source§fn clone(&self) -> ObjectLocation
fn clone(&self) -> ObjectLocation
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 ObjectLocation
impl Debug for ObjectLocation
impl Eq for ObjectLocation
Source§impl PartialEq for ObjectLocation
impl PartialEq for ObjectLocation
impl StructuralPartialEq for ObjectLocation
Auto Trait Implementations§
impl Freeze for ObjectLocation
impl RefUnwindSafe for ObjectLocation
impl Send for ObjectLocation
impl Sync for ObjectLocation
impl Unpin for ObjectLocation
impl UnsafeUnpin for ObjectLocation
impl UnwindSafe for ObjectLocation
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