Enum webrender_api::display_item::BorderDetails
source · pub enum BorderDetails {
Normal(NormalBorder),
NinePatch(NinePatchBorder),
}
Variants§
Normal(NormalBorder)
NinePatch(NinePatchBorder)
Trait Implementations§
source§impl Clone for BorderDetails
impl Clone for BorderDetails
source§fn clone(&self) -> BorderDetails
fn clone(&self) -> BorderDetails
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 Debug for BorderDetails
impl Debug for BorderDetails
source§impl Default for BorderDetails
impl Default for BorderDetails
source§impl<'de> Deserialize<'de> for BorderDetails
impl<'de> Deserialize<'de> for BorderDetails
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for BorderDetails
impl PartialEq for BorderDetails
source§fn eq(&self, other: &BorderDetails) -> bool
fn eq(&self, other: &BorderDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for BorderDetails
impl Peek for BorderDetails
source§impl Poke for BorderDetails
impl Poke for BorderDetails
source§impl Serialize for BorderDetails
impl Serialize for BorderDetails
impl Copy for BorderDetails
impl StructuralPartialEq for BorderDetails
Auto Trait Implementations§
impl Freeze for BorderDetails
impl RefUnwindSafe for BorderDetails
impl Send for BorderDetails
impl Sync for BorderDetails
impl Unpin for BorderDetails
impl UnwindSafe for BorderDetails
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