pub enum SiteListSource {
Followed,
Search,
}Variants§
Trait Implementations§
Source§impl Clone for SiteListSource
impl Clone for SiteListSource
Source§fn clone(&self) -> SiteListSource
fn clone(&self) -> SiteListSource
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 moreAuto Trait Implementations§
impl Freeze for SiteListSource
impl RefUnwindSafe for SiteListSource
impl Send for SiteListSource
impl Sync for SiteListSource
impl Unpin for SiteListSource
impl UnsafeUnpin for SiteListSource
impl UnwindSafe for SiteListSource
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