Struct netsblox_api_common::ServiceHost
source · pub struct ServiceHost {
pub url: String,
pub categories: Vec<String>,
}
Fields§
§url: String
§categories: Vec<String>
Trait Implementations§
source§impl Clone for ServiceHost
impl Clone for ServiceHost
source§fn clone(&self) -> ServiceHost
fn clone(&self) -> ServiceHost
Returns a copy 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 ServiceHost
impl Debug for ServiceHost
source§impl<'de> Deserialize<'de> for ServiceHost
impl<'de> Deserialize<'de> for ServiceHost
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
Auto Trait Implementations§
impl RefUnwindSafe for ServiceHost
impl Send for ServiceHost
impl Sync for ServiceHost
impl Unpin for ServiceHost
impl UnwindSafe for ServiceHost
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