pub struct LeaveGuild {
pub guild_id: Id<GuildMarker>,
}Fields§
§guild_id: Id<GuildMarker>Implementations§
Source§impl LeaveGuild
impl LeaveGuild
Sourcepub fn builder() -> LeaveGuildBuilder
pub fn builder() -> LeaveGuildBuilder
Create an instance of LeaveGuild using the builder syntax
Trait Implementations§
Source§impl Clone for LeaveGuild
impl Clone for LeaveGuild
Source§fn clone(&self) -> LeaveGuild
fn clone(&self) -> LeaveGuild
Returns a duplicate 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 LeaveGuild
impl Debug for LeaveGuild
impl Copy for LeaveGuild
Auto Trait Implementations§
impl Freeze for LeaveGuild
impl RefUnwindSafe for LeaveGuild
impl Send for LeaveGuild
impl Sync for LeaveGuild
impl Unpin for LeaveGuild
impl UnsafeUnpin for LeaveGuild
impl UnwindSafe for LeaveGuild
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