Struct modio::user::filters::subscriptions::MetadataKVP
source · pub struct MetadataKVP;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetadataKVP
impl RefUnwindSafe for MetadataKVP
impl Send for MetadataKVP
impl Sync for MetadataKVP
impl Unpin for MetadataKVP
impl UnwindSafe for MetadataKVP
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