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