pub struct Binary<S = Root> { /* private fields */ }Expand description
A binary field — base64-encoded, not searchable. Only existence.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Binary<S>
impl<S> RefUnwindSafe for Binary<S>
impl<S> Send for Binary<S>
impl<S> Sync for Binary<S>
impl<S> Unpin for Binary<S>
impl<S> UnsafeUnpin for Binary<S>
impl<S> UnwindSafe for Binary<S>
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