Struct air_parser::ast::ApMap
source · pub struct ApMap<'i> {
pub key: StreamMapKeyClause<'i>,
pub value: ApArgument<'i>,
pub map: StreamMap<'i>,
}
Expand description
(ap key value %map)
Fields§
§key: StreamMapKeyClause<'i>
§value: ApArgument<'i>
§map: StreamMap<'i>
Implementations§
source§impl<'i> ApMap<'i>
impl<'i> ApMap<'i>
pub fn new( key: StreamMapKeyClause<'i>, value: ApArgument<'i>, map: StreamMap<'i>, ) -> Self
Trait Implementations§
source§impl<'i> PartialEq for ApMap<'i>
impl<'i> PartialEq for ApMap<'i>
source§impl PeerIDErrorLogable for ApMap<'_>
impl PeerIDErrorLogable for ApMap<'_>
fn log_errors_with_peer_id(&self) -> bool
impl<'i> StructuralPartialEq for ApMap<'i>
Auto Trait Implementations§
impl<'i> Freeze for ApMap<'i>
impl<'i> RefUnwindSafe for ApMap<'i>
impl<'i> !Send for ApMap<'i>
impl<'i> !Sync for ApMap<'i>
impl<'i> Unpin for ApMap<'i>
impl<'i> UnwindSafe for ApMap<'i>
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