pub struct StandardBackends(pub &'static str);Expand description
Default BackendSupport for families on the standard backend set.
Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl BackendSupport for StandardBackends
impl BackendSupport for StandardBackends
Source§impl Clone for StandardBackends
impl Clone for StandardBackends
Source§fn clone(&self) -> StandardBackends
fn clone(&self) -> StandardBackends
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 StandardBackends
Auto Trait Implementations§
impl Freeze for StandardBackends
impl RefUnwindSafe for StandardBackends
impl Send for StandardBackends
impl Sync for StandardBackends
impl Unpin for StandardBackends
impl UnsafeUnpin for StandardBackends
impl UnwindSafe for StandardBackends
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