Enum ext_php_rs::describe::Visibility
source · #[repr(C)]
pub enum Visibility {
Private,
Protected,
Public,
}
Expand description
Enumerator used to differentiate between different method and property visibilties.
Variants§
Trait Implementations§
source§impl Clone for Visibility
impl Clone for Visibility
source§fn clone(&self) -> Visibility
fn clone(&self) -> Visibility
Returns a copy 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