pub struct Extension {}Expand description
Dictionary object with extension-specific objects.
Trait Implementations§
Source§impl<'a> Deserialize<'a> for Extension
impl<'a> Deserialize<'a> for Extension
fn deserialize<D: Deserializer<'a>>(deserializer: &mut D) -> Option<Self>
Auto Trait Implementations§
impl Freeze for Extension
impl RefUnwindSafe for Extension
impl Send for Extension
impl Sync for Extension
impl Unpin for Extension
impl UnwindSafe for Extension
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