pub struct Container {
pub path: Path<'static, 'static>,
pub name: &'static str,
pub type: BindingType,
}Fields§
§path: Path<'static, 'static>§name: &'static str§type: BindingTypeImplementations§
Source§impl Container
impl Container
pub fn flatten_paths(&mut self)
Trait Implementations§
Source§impl From<&Container> for ContainerInfo<'_>
impl From<&Container> for ContainerInfo<'_>
impl Eq for Container
impl StructuralPartialEq for Container
Auto Trait Implementations§
impl Freeze for Container
impl RefUnwindSafe for Container
impl Send for Container
impl Sync for Container
impl Unpin for Container
impl UnwindSafe for Container
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