pub struct GetMetadataReturnObject {
pub entries_count: JsFloat,
pub key_generator_value: JsFloat,
}Fields§
§entries_count: JsFloat§key_generator_value: JsFloatTrait Implementations§
Source§impl Clone for GetMetadataReturnObject
impl Clone for GetMetadataReturnObject
Source§fn clone(&self) -> GetMetadataReturnObject
fn clone(&self) -> GetMetadataReturnObject
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 GetMetadataReturnObject
impl Debug for GetMetadataReturnObject
Source§impl<'de> Deserialize<'de> for GetMetadataReturnObject
impl<'de> Deserialize<'de> for GetMetadataReturnObject
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 GetMetadataReturnObject
impl PartialEq for GetMetadataReturnObject
Source§impl Serialize for GetMetadataReturnObject
impl Serialize for GetMetadataReturnObject
impl StructuralPartialEq for GetMetadataReturnObject
Auto Trait Implementations§
impl Freeze for GetMetadataReturnObject
impl RefUnwindSafe for GetMetadataReturnObject
impl Send for GetMetadataReturnObject
impl Sync for GetMetadataReturnObject
impl Unpin for GetMetadataReturnObject
impl UnwindSafe for GetMetadataReturnObject
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