pub struct CreateSync200Response {
pub server: Option<Box<CreateSync200ResponseServer>>,
}
Fields§
§server: Option<Box<CreateSync200ResponseServer>>
Implementations§
Source§impl CreateSync200Response
impl CreateSync200Response
pub fn new() -> CreateSync200Response
Trait Implementations§
Source§impl Clone for CreateSync200Response
impl Clone for CreateSync200Response
Source§fn clone(&self) -> CreateSync200Response
fn clone(&self) -> CreateSync200Response
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 CreateSync200Response
impl Debug for CreateSync200Response
Source§impl Default for CreateSync200Response
impl Default for CreateSync200Response
Source§fn default() -> CreateSync200Response
fn default() -> CreateSync200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateSync200Response
impl<'de> Deserialize<'de> for CreateSync200Response
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 CreateSync200Response
impl PartialEq for CreateSync200Response
Source§impl Serialize for CreateSync200Response
impl Serialize for CreateSync200Response
impl StructuralPartialEq for CreateSync200Response
Auto Trait Implementations§
impl Freeze for CreateSync200Response
impl RefUnwindSafe for CreateSync200Response
impl Send for CreateSync200Response
impl Sync for CreateSync200Response
impl Unpin for CreateSync200Response
impl UnwindSafe for CreateSync200Response
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