Struct GlobalNamespace
pub struct GlobalNamespace;Expand description
Marker for PHP’s global namespace.
Implementations§
§impl GlobalNamespace
impl GlobalNamespace
Trait Implementations§
§impl Clone for GlobalNamespace
impl Clone for GlobalNamespace
§fn clone(&self) -> GlobalNamespace
fn clone(&self) -> GlobalNamespace
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 more§impl Debug for GlobalNamespace
impl Debug for GlobalNamespace
§impl Default for GlobalNamespace
impl Default for GlobalNamespace
§fn default() -> GlobalNamespace
fn default() -> GlobalNamespace
Returns the “default value” for a type. Read more
§impl Hash for GlobalNamespace
impl Hash for GlobalNamespace
§impl Ord for GlobalNamespace
impl Ord for GlobalNamespace
§impl PartialEq for GlobalNamespace
impl PartialEq for GlobalNamespace
§impl PartialOrd for GlobalNamespace
impl PartialOrd for GlobalNamespace
impl Copy for GlobalNamespace
impl Eq for GlobalNamespace
impl StructuralPartialEq for GlobalNamespace
Auto Trait Implementations§
impl Freeze for GlobalNamespace
impl RefUnwindSafe for GlobalNamespace
impl Send for GlobalNamespace
impl Sync for GlobalNamespace
impl Unpin for GlobalNamespace
impl UnsafeUnpin for GlobalNamespace
impl UnwindSafe for GlobalNamespace
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