pub struct CreateEndpointInput { /* private fields */ }Implementations§
Source§impl CreateEndpointInput
impl CreateEndpointInput
pub fn channels<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn disabled<T>(self, value: T) -> Self
pub fn filter<T>(self, value: T) -> Self
pub fn filter_types<T>(self, value: T) -> Self
pub fn metadata<T>(self, value: T) -> Self
pub fn rate_limit<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CreateEndpointInput
impl Clone for CreateEndpointInput
Source§fn clone(&self) -> CreateEndpointInput
fn clone(&self) -> CreateEndpointInput
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 CreateEndpointInput
impl Debug for CreateEndpointInput
Source§impl Default for CreateEndpointInput
impl Default for CreateEndpointInput
Source§impl From<CreateEndpointInput> for CreateEndpointInput
impl From<CreateEndpointInput> for CreateEndpointInput
Source§fn from(value: CreateEndpointInput) -> Self
fn from(value: CreateEndpointInput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CreateEndpointInput> for CreateEndpointInput
impl TryFrom<CreateEndpointInput> for CreateEndpointInput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CreateEndpointInput) -> Result<Self, ConversionError>
fn try_from(value: CreateEndpointInput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CreateEndpointInput
impl RefUnwindSafe for CreateEndpointInput
impl Send for CreateEndpointInput
impl Sync for CreateEndpointInput
impl Unpin for CreateEndpointInput
impl UnwindSafe for CreateEndpointInput
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