pub struct UpdateOnboardingPromptOption {
pub channel_ids: Vec<Id<ChannelMarker>>,
pub description: Option<String>,
pub emoji: OnboardingPromptEmoji,
pub id: Option<Id<OnboardingPromptOptionMarker>>,
pub role_ids: Vec<Id<RoleMarker>>,
pub title: String,
}Fields§
§channel_ids: Vec<Id<ChannelMarker>>§description: Option<String>§emoji: OnboardingPromptEmoji§id: Option<Id<OnboardingPromptOptionMarker>>§role_ids: Vec<Id<RoleMarker>>§title: StringTrait Implementations§
Source§impl Clone for UpdateOnboardingPromptOption
impl Clone for UpdateOnboardingPromptOption
Source§fn clone(&self) -> UpdateOnboardingPromptOption
fn clone(&self) -> UpdateOnboardingPromptOption
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 UpdateOnboardingPromptOption
impl Debug for UpdateOnboardingPromptOption
Source§impl<'de> Deserialize<'de> for UpdateOnboardingPromptOption
impl<'de> Deserialize<'de> for UpdateOnboardingPromptOption
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 UpdateOnboardingPromptOption
impl Hash for UpdateOnboardingPromptOption
Source§impl PartialEq for UpdateOnboardingPromptOption
impl PartialEq for UpdateOnboardingPromptOption
Source§fn eq(&self, other: &UpdateOnboardingPromptOption) -> bool
fn eq(&self, other: &UpdateOnboardingPromptOption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdateOnboardingPromptOption
impl StructuralPartialEq for UpdateOnboardingPromptOption
Auto Trait Implementations§
impl Freeze for UpdateOnboardingPromptOption
impl RefUnwindSafe for UpdateOnboardingPromptOption
impl Send for UpdateOnboardingPromptOption
impl Sync for UpdateOnboardingPromptOption
impl Unpin for UpdateOnboardingPromptOption
impl UnwindSafe for UpdateOnboardingPromptOption
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more