pub struct GuildWidgetChannel {
pub id: Id<ChannelMarker>,
pub name: String,
pub position: i64,
}
Fields§
§id: Id<ChannelMarker>
§name: String
§position: i64
Trait Implementations§
source§impl Clone for GuildWidgetChannel
impl Clone for GuildWidgetChannel
source§fn clone(&self) -> GuildWidgetChannel
fn clone(&self) -> GuildWidgetChannel
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 GuildWidgetChannel
impl Debug for GuildWidgetChannel
source§impl<'de> Deserialize<'de> for GuildWidgetChannel
impl<'de> Deserialize<'de> for GuildWidgetChannel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for GuildWidgetChannel
impl Hash for GuildWidgetChannel
source§impl PartialEq for GuildWidgetChannel
impl PartialEq for GuildWidgetChannel
source§impl Serialize for GuildWidgetChannel
impl Serialize for GuildWidgetChannel
impl Eq for GuildWidgetChannel
impl StructuralPartialEq for GuildWidgetChannel
Auto Trait Implementations§
impl Freeze for GuildWidgetChannel
impl RefUnwindSafe for GuildWidgetChannel
impl Send for GuildWidgetChannel
impl Sync for GuildWidgetChannel
impl Unpin for GuildWidgetChannel
impl UnwindSafe for GuildWidgetChannel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)