pub struct CloudVersionedObject {
pub bytes: Vec<u8>,
pub version: CloudObjectVersion,
}Fields§
§bytes: Vec<u8>§version: CloudObjectVersionTrait Implementations§
Source§impl Clone for CloudVersionedObject
impl Clone for CloudVersionedObject
Source§fn clone(&self) -> CloudVersionedObject
fn clone(&self) -> CloudVersionedObject
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 CloudVersionedObject
impl Debug for CloudVersionedObject
Source§impl PartialEq for CloudVersionedObject
impl PartialEq for CloudVersionedObject
impl Eq for CloudVersionedObject
impl StructuralPartialEq for CloudVersionedObject
Auto Trait Implementations§
impl Freeze for CloudVersionedObject
impl RefUnwindSafe for CloudVersionedObject
impl Send for CloudVersionedObject
impl Sync for CloudVersionedObject
impl Unpin for CloudVersionedObject
impl UnsafeUnpin for CloudVersionedObject
impl UnwindSafe for CloudVersionedObject
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.