pub enum PBXSetting {
List(Vec<String>),
}Variants§
Trait Implementations§
Source§impl Debug for PBXSetting
impl Debug for PBXSetting
Auto Trait Implementations§
impl Freeze for PBXSetting
impl RefUnwindSafe for PBXSetting
impl Send for PBXSetting
impl Sync for PBXSetting
impl Unpin for PBXSetting
impl UnwindSafe for PBXSetting
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