pub struct JsonListMeta { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for JsonListMeta
impl Debug for JsonListMeta
Source§impl Default for JsonListMeta
impl Default for JsonListMeta
Source§fn default() -> JsonListMeta
fn default() -> JsonListMeta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsonListMeta
impl RefUnwindSafe for JsonListMeta
impl Send for JsonListMeta
impl Sync for JsonListMeta
impl Unpin for JsonListMeta
impl UnwindSafe for JsonListMeta
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