pub struct OciIdMapping {
pub container_id: u32,
pub host_id: u32,
pub size: u32,
}Fields§
§container_id: u32§host_id: u32§size: u32Trait Implementations§
Source§impl Clone for OciIdMapping
impl Clone for OciIdMapping
Source§fn clone(&self) -> OciIdMapping
fn clone(&self) -> OciIdMapping
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 OciIdMapping
impl Debug for OciIdMapping
Source§impl<'de> Deserialize<'de> for OciIdMapping
impl<'de> Deserialize<'de> for OciIdMapping
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 From<&IdMapping> for OciIdMapping
impl From<&IdMapping> for OciIdMapping
Source§impl PartialEq for OciIdMapping
impl PartialEq for OciIdMapping
Source§fn eq(&self, other: &OciIdMapping) -> bool
fn eq(&self, other: &OciIdMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OciIdMapping
impl Serialize for OciIdMapping
impl Eq for OciIdMapping
impl StructuralPartialEq for OciIdMapping
Auto Trait Implementations§
impl Freeze for OciIdMapping
impl RefUnwindSafe for OciIdMapping
impl Send for OciIdMapping
impl Sync for OciIdMapping
impl Unpin for OciIdMapping
impl UnsafeUnpin for OciIdMapping
impl UnwindSafe for OciIdMapping
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.