Struct htsget_http::Organisation
source · pub struct Organisation {
pub name: String,
pub url: String,
}Fields§
§name: String§url: StringTrait Implementations§
source§impl Debug for Organisation
impl Debug for Organisation
source§impl Default for Organisation
impl Default for Organisation
source§fn default() -> Organisation
fn default() -> Organisation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Organisation
impl<'de> Deserialize<'de> for Organisation
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<Organisation> for Organisation
impl PartialEq<Organisation> for Organisation
source§fn eq(&self, other: &Organisation) -> bool
fn eq(&self, other: &Organisation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for Organisation
impl Serialize for Organisation
impl Eq for Organisation
impl StructuralEq for Organisation
impl StructuralPartialEq for Organisation
Auto Trait Implementations§
impl RefUnwindSafe for Organisation
impl Send for Organisation
impl Sync for Organisation
impl Unpin for Organisation
impl UnwindSafe for Organisation
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.