Struct bonsaidb::core::transmog_pot::Pot
pub struct Pot(/* private fields */);
Expand description
Pot implementor of Format
.
Trait Implementations§
§impl<'a, T> BorrowedDeserializer<'a, T> for Potwhere
T: Serialize + Deserialize<'a>,
impl<'a, T> BorrowedDeserializer<'a, T> for Potwhere
T: Serialize + Deserialize<'a>,
§impl<'a, T> Format<'a, T> for Potwhere
T: Serialize,
impl<'a, T> Format<'a, T> for Potwhere
T: Serialize,
§impl<T> OwnedDeserializer<T> for Potwhere
T: Serialize + DeserializeOwned,
impl<T> OwnedDeserializer<T> for Potwhere
T: Serialize + DeserializeOwned,
Auto Trait Implementations§
impl RefUnwindSafe for Pot
impl Send for Pot
impl Sync for Pot
impl Unpin for Pot
impl UnwindSafe for Pot
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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