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