pub struct subscribedToDigest;
Trait Implementations§
Source§impl Field for subscribedToDigest
impl Field for subscribedToDigest
impl HasInputField<subscribedToDigest, Option<bool>> for CreateUserDataInput
Auto Trait Implementations§
impl Freeze for subscribedToDigest
impl RefUnwindSafe for subscribedToDigest
impl Send for subscribedToDigest
impl Sync for subscribedToDigest
impl Unpin for subscribedToDigest
impl UnwindSafe for subscribedToDigest
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