pub struct RemoveFollowersRequest {
pub followers: String,
}Fields§
§followers: StringAn array of strings identifying users. These can either be the string “me”, an email, or the gid of a user.
Trait Implementations§
Source§impl Clone for RemoveFollowersRequest
impl Clone for RemoveFollowersRequest
Source§fn clone(&self) -> RemoveFollowersRequest
fn clone(&self) -> RemoveFollowersRequest
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 RemoveFollowersRequest
impl Debug for RemoveFollowersRequest
Source§impl Default for RemoveFollowersRequest
impl Default for RemoveFollowersRequest
Source§fn default() -> RemoveFollowersRequest
fn default() -> RemoveFollowersRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoveFollowersRequest
impl<'de> Deserialize<'de> for RemoveFollowersRequest
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 Display for RemoveFollowersRequest
impl Display for RemoveFollowersRequest
Auto Trait Implementations§
impl Freeze for RemoveFollowersRequest
impl RefUnwindSafe for RemoveFollowersRequest
impl Send for RemoveFollowersRequest
impl Sync for RemoveFollowersRequest
impl Unpin for RemoveFollowersRequest
impl UnsafeUnpin for RemoveFollowersRequest
impl UnwindSafe for RemoveFollowersRequest
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