Enum php_codegen::usage::UsageAdaptation
source ยท pub enum UsageAdaptation {
Alias {
method: String,
alias: String,
visibility: Option<VisibilityModifier>,
},
Visibility {
method: String,
visibility: VisibilityModifier,
},
Precedence {
method: String,
insteadof: Vec<String>,
},
}
Variantsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for UsageAdaptation
impl RefUnwindSafe for UsageAdaptation
impl Send for UsageAdaptation
impl Sync for UsageAdaptation
impl Unpin for UsageAdaptation
impl UnwindSafe for UsageAdaptation
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