Struct g_rust::extension::parsers::subparsers::FollowFriendFailed
source · pub struct FollowFriendFailed {
pub error_code: i32,
}
Fields§
§error_code: i32
Trait Implementations§
source§impl Clone for FollowFriendFailed
impl Clone for FollowFriendFailed
source§fn clone(&self) -> FollowFriendFailed
fn clone(&self) -> FollowFriendFailed
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 FollowFriendFailed
impl Debug for FollowFriendFailed
source§impl Default for FollowFriendFailed
impl Default for FollowFriendFailed
source§fn default() -> FollowFriendFailed
fn default() -> FollowFriendFailed
Returns the “default value” for a type. Read more
source§impl PacketVariable for FollowFriendFailed
impl PacketVariable for FollowFriendFailed
source§impl PartialEq<FollowFriendFailed> for FollowFriendFailed
impl PartialEq<FollowFriendFailed> for FollowFriendFailed
source§fn eq(&self, other: &FollowFriendFailed) -> bool
fn eq(&self, other: &FollowFriendFailed) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FollowFriendFailed
Auto Trait Implementations§
impl RefUnwindSafe for FollowFriendFailed
impl Send for FollowFriendFailed
impl Sync for FollowFriendFailed
impl Unpin for FollowFriendFailed
impl UnwindSafe for FollowFriendFailed
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