pub struct EnabledRequestBody {
pub enabled: Option<bool>,
}Fields§
§enabled: Option<bool>the notification should be enabled or disabled.
Trait Implementations§
Source§impl Clone for EnabledRequestBody
impl Clone for EnabledRequestBody
Source§fn clone(&self) -> EnabledRequestBody
fn clone(&self) -> EnabledRequestBody
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnabledRequestBody
impl Debug for EnabledRequestBody
Source§impl Default for EnabledRequestBody
impl Default for EnabledRequestBody
Source§impl PartialEq for EnabledRequestBody
impl PartialEq for EnabledRequestBody
Source§impl Serialize for EnabledRequestBody
impl Serialize for EnabledRequestBody
impl StructuralPartialEq for EnabledRequestBody
Auto Trait Implementations§
impl Freeze for EnabledRequestBody
impl RefUnwindSafe for EnabledRequestBody
impl Send for EnabledRequestBody
impl Sync for EnabledRequestBody
impl Unpin for EnabledRequestBody
impl UnsafeUnpin for EnabledRequestBody
impl UnwindSafe for EnabledRequestBody
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