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