pub struct SetRosterUrlParams {
pub url: String,
}Expand description
Params of Request::SetRosterUrl: the HTTPS roster URL to pin.
Fields§
§url: StringTrait Implementations§
Source§impl Clone for SetRosterUrlParams
impl Clone for SetRosterUrlParams
Source§fn clone(&self) -> SetRosterUrlParams
fn clone(&self) -> SetRosterUrlParams
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 SetRosterUrlParams
impl Debug for SetRosterUrlParams
Source§impl<'de> Deserialize<'de> for SetRosterUrlParams
impl<'de> Deserialize<'de> for SetRosterUrlParams
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
impl Eq for SetRosterUrlParams
Source§impl PartialEq for SetRosterUrlParams
impl PartialEq for SetRosterUrlParams
Source§impl Serialize for SetRosterUrlParams
impl Serialize for SetRosterUrlParams
impl StructuralPartialEq for SetRosterUrlParams
Auto Trait Implementations§
impl Freeze for SetRosterUrlParams
impl RefUnwindSafe for SetRosterUrlParams
impl Send for SetRosterUrlParams
impl Sync for SetRosterUrlParams
impl Unpin for SetRosterUrlParams
impl UnsafeUnpin for SetRosterUrlParams
impl UnwindSafe for SetRosterUrlParams
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