pub enum SetUrlKind {
Fetch,
Push,
}Expand description
Which URL list a set_url call edits.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SetUrlKind
impl Clone for SetUrlKind
Source§fn clone(&self) -> SetUrlKind
fn clone(&self) -> SetUrlKind
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 moreimpl Copy for SetUrlKind
Source§impl Debug for SetUrlKind
impl Debug for SetUrlKind
impl Eq for SetUrlKind
Source§impl PartialEq for SetUrlKind
impl PartialEq for SetUrlKind
impl StructuralPartialEq for SetUrlKind
Auto Trait Implementations§
impl Freeze for SetUrlKind
impl RefUnwindSafe for SetUrlKind
impl Send for SetUrlKind
impl Sync for SetUrlKind
impl Unpin for SetUrlKind
impl UnsafeUnpin for SetUrlKind
impl UnwindSafe for SetUrlKind
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