pub struct BgplayResponse {
pub field: String,
}Fields§
§field: StringTrait Implementations§
Source§impl Clone for BgplayResponse
impl Clone for BgplayResponse
Source§fn clone(&self) -> BgplayResponse
fn clone(&self) -> BgplayResponse
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 BgplayResponse
impl Debug for BgplayResponse
Source§impl<'de> Deserialize<'de> for BgplayResponse
impl<'de> Deserialize<'de> for BgplayResponse
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 BgplayResponse
impl PartialEq for BgplayResponse
Source§fn eq(&self, other: &BgplayResponse) -> bool
fn eq(&self, other: &BgplayResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BgplayResponse
impl Serialize for BgplayResponse
impl Eq for BgplayResponse
impl StructuralPartialEq for BgplayResponse
Auto Trait Implementations§
impl Freeze for BgplayResponse
impl RefUnwindSafe for BgplayResponse
impl Send for BgplayResponse
impl Sync for BgplayResponse
impl Unpin for BgplayResponse
impl UnsafeUnpin for BgplayResponse
impl UnwindSafe for BgplayResponse
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