pub struct PhpVariable {
pub name: String,
}Expand description
PHP 变量
Fields§
§name: StringTrait Implementations§
Source§impl Clone for PhpVariable
impl Clone for PhpVariable
Source§fn clone(&self) -> PhpVariable
fn clone(&self) -> PhpVariable
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 PhpVariable
impl Debug for PhpVariable
Source§impl<'de> Deserialize<'de> for PhpVariable
impl<'de> Deserialize<'de> for PhpVariable
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 PhpVariable
impl PartialEq for PhpVariable
Source§impl Serialize for PhpVariable
impl Serialize for PhpVariable
impl StructuralPartialEq for PhpVariable
Auto Trait Implementations§
impl Freeze for PhpVariable
impl RefUnwindSafe for PhpVariable
impl Send for PhpVariable
impl Sync for PhpVariable
impl Unpin for PhpVariable
impl UnwindSafe for PhpVariable
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