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