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