pub struct LocationProperty {
pub this: Box<Expression>,
}Expand description
LocationProperty
Fields§
§this: Box<Expression>Trait Implementations§
Source§impl Clone for LocationProperty
impl Clone for LocationProperty
Source§fn clone(&self) -> LocationProperty
fn clone(&self) -> LocationProperty
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 moreSource§impl Debug for LocationProperty
impl Debug for LocationProperty
Source§impl<'de> Deserialize<'de> for LocationProperty
impl<'de> Deserialize<'de> for LocationProperty
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 LocationProperty
impl PartialEq for LocationProperty
Source§impl Serialize for LocationProperty
impl Serialize for LocationProperty
impl StructuralPartialEq for LocationProperty
Auto Trait Implementations§
impl Freeze for LocationProperty
impl RefUnwindSafe for LocationProperty
impl Send for LocationProperty
impl Sync for LocationProperty
impl Unpin for LocationProperty
impl UnwindSafe for LocationProperty
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