pub struct Exists {
pub exists: bool,
}
Available on crate feature
crypto-client
only.Fields§
§exists: bool
Trait Implementations§
impl Eq for Exists
impl StructuralPartialEq for Exists
Auto Trait Implementations§
impl Freeze for Exists
impl RefUnwindSafe for Exists
impl Send for Exists
impl Sync for Exists
impl Unpin for Exists
impl UnwindSafe for Exists
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