pub struct SetRepeatModeEndpoint { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SetRepeatModeEndpoint
impl Clone for SetRepeatModeEndpoint
Source§fn clone(&self) -> SetRepeatModeEndpoint
fn clone(&self) -> SetRepeatModeEndpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetRepeatModeEndpoint
impl Debug for SetRepeatModeEndpoint
Source§impl Default for SetRepeatModeEndpoint
impl Default for SetRepeatModeEndpoint
Source§fn default() -> SetRepeatModeEndpoint
fn default() -> SetRepeatModeEndpoint
Returns the “default value” for a type. Read more
Source§impl Endpoint for SetRepeatModeEndpoint
impl Endpoint for SetRepeatModeEndpoint
fn endpoint_url(&self) -> &'static str
Auto Trait Implementations§
impl Freeze for SetRepeatModeEndpoint
impl RefUnwindSafe for SetRepeatModeEndpoint
impl Send for SetRepeatModeEndpoint
impl Sync for SetRepeatModeEndpoint
impl Unpin for SetRepeatModeEndpoint
impl UnsafeUnpin for SetRepeatModeEndpoint
impl UnwindSafe for SetRepeatModeEndpoint
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