pub struct PhpInstanceof {
pub expression: Box<PhpExpression>,
pub class: Box<PhpExpression>,
}Expand description
PHP instanceof 表达式
Fields§
§expression: Box<PhpExpression>§class: Box<PhpExpression>Trait Implementations§
Source§impl Clone for PhpInstanceof
impl Clone for PhpInstanceof
Source§fn clone(&self) -> PhpInstanceof
fn clone(&self) -> PhpInstanceof
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 PhpInstanceof
impl Debug for PhpInstanceof
Source§impl<'de> Deserialize<'de> for PhpInstanceof
impl<'de> Deserialize<'de> for PhpInstanceof
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 PhpInstanceof
impl PartialEq for PhpInstanceof
Source§impl Serialize for PhpInstanceof
impl Serialize for PhpInstanceof
impl StructuralPartialEq for PhpInstanceof
Auto Trait Implementations§
impl Freeze for PhpInstanceof
impl RefUnwindSafe for PhpInstanceof
impl Send for PhpInstanceof
impl Sync for PhpInstanceof
impl Unpin for PhpInstanceof
impl UnwindSafe for PhpInstanceof
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