pub struct UpdateGuildRolePositionsEntry {
pub id: Id<RoleMarker>,
pub position: u64,
}Fields§
§id: Id<RoleMarker>§position: u64Implementations§
Source§impl UpdateGuildRolePositionsEntry
impl UpdateGuildRolePositionsEntry
Sourcepub fn builder() -> UpdateGuildRolePositionsEntryBuilder
pub fn builder() -> UpdateGuildRolePositionsEntryBuilder
Create an instance of UpdateGuildRolePositionsEntry using the builder syntax
Trait Implementations§
Source§impl Clone for UpdateGuildRolePositionsEntry
impl Clone for UpdateGuildRolePositionsEntry
Source§fn clone(&self) -> UpdateGuildRolePositionsEntry
fn clone(&self) -> UpdateGuildRolePositionsEntry
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 moreimpl Copy for UpdateGuildRolePositionsEntry
Auto Trait Implementations§
impl Freeze for UpdateGuildRolePositionsEntry
impl RefUnwindSafe for UpdateGuildRolePositionsEntry
impl Send for UpdateGuildRolePositionsEntry
impl Sync for UpdateGuildRolePositionsEntry
impl Unpin for UpdateGuildRolePositionsEntry
impl UnsafeUnpin for UpdateGuildRolePositionsEntry
impl UnwindSafe for UpdateGuildRolePositionsEntry
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