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