Struct gpui2::RenderSvgParams
source · pub struct RenderSvgParams { /* private fields */ }
Trait Implementations§
source§impl Clone for RenderSvgParams
impl Clone for RenderSvgParams
source§fn clone(&self) -> RenderSvgParams
fn clone(&self) -> RenderSvgParams
Returns a copy 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 From<RenderSvgParams> for AtlasKey
impl From<RenderSvgParams> for AtlasKey
source§fn from(params: RenderSvgParams) -> Self
fn from(params: RenderSvgParams) -> Self
Converts to this type from the input type.
source§impl Hash for RenderSvgParams
impl Hash for RenderSvgParams
source§impl PartialEq<RenderSvgParams> for RenderSvgParams
impl PartialEq<RenderSvgParams> for RenderSvgParams
source§fn eq(&self, other: &RenderSvgParams) -> bool
fn eq(&self, other: &RenderSvgParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RenderSvgParams
impl StructuralEq for RenderSvgParams
impl StructuralPartialEq for RenderSvgParams
Auto Trait Implementations§
impl RefUnwindSafe for RenderSvgParams
impl Send for RenderSvgParams
impl Sync for RenderSvgParams
impl Unpin for RenderSvgParams
impl UnwindSafe for RenderSvgParams
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.