Struct ext_php_rs::describe::Constant
source · [−]Expand description
Represents an exported constant, stand alone or attached to a class.
Fields
name: Str
docs: DocBlock
value: Option<Str>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Constant
impl !Send for Constant
impl !Sync for Constant
impl Unpin for Constant
impl UnwindSafe for Constant
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more