pub struct GatewayUpdateOutput {
pub updated: Option<bool>,
}Fields§
§updated: Option<bool>Implementations§
Source§impl GatewayUpdateOutput
impl GatewayUpdateOutput
pub fn new() -> GatewayUpdateOutput
Trait Implementations§
Source§impl Clone for GatewayUpdateOutput
impl Clone for GatewayUpdateOutput
Source§fn clone(&self) -> GatewayUpdateOutput
fn clone(&self) -> GatewayUpdateOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GatewayUpdateOutput
impl Debug for GatewayUpdateOutput
Source§impl Default for GatewayUpdateOutput
impl Default for GatewayUpdateOutput
Source§fn default() -> GatewayUpdateOutput
fn default() -> GatewayUpdateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GatewayUpdateOutput
impl<'de> Deserialize<'de> for GatewayUpdateOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GatewayUpdateOutput
impl PartialEq for GatewayUpdateOutput
Source§fn eq(&self, other: &GatewayUpdateOutput) -> bool
fn eq(&self, other: &GatewayUpdateOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GatewayUpdateOutput
impl Serialize for GatewayUpdateOutput
impl StructuralPartialEq for GatewayUpdateOutput
Auto Trait Implementations§
impl Freeze for GatewayUpdateOutput
impl RefUnwindSafe for GatewayUpdateOutput
impl Send for GatewayUpdateOutput
impl Sync for GatewayUpdateOutput
impl Unpin for GatewayUpdateOutput
impl UnsafeUnpin for GatewayUpdateOutput
impl UnwindSafe for GatewayUpdateOutput
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