Skip to main content

Module v1

Module v1 

Source

Structs§

WhiteboardServiceClient
Client for this service.
WhiteboardServiceServer
Monomorphic dispatcher for WhiteboardService.

Constants§

WHITEBOARD_SERVICE_ARCHIVE_BOARD_SPEC
Static Spec for the server-side ArchiveBoard RPC.
WHITEBOARD_SERVICE_CREATE_BOARD_SPEC
Static Spec for the server-side CreateBoard RPC.
WHITEBOARD_SERVICE_GET_BOARD_SPEC
Static Spec for the server-side GetBoard RPC.
WHITEBOARD_SERVICE_LIST_BOARDS_SPEC
Static Spec for the server-side ListBoards RPC.
WHITEBOARD_SERVICE_MINT_JOIN_TOKEN_SPEC
Static Spec for the server-side MintJoinToken RPC.
WHITEBOARD_SERVICE_SERVICE_NAME
Full service name for this service.
WHITEBOARD_SERVICE_UPDATE_BOARD_ACL_SPEC
Static Spec for the server-side UpdateBoardAcl RPC.
WHITEBOARD_SERVICE_UPDATE_BOARD_SPEC
Static Spec for the server-side UpdateBoard RPC.

Traits§

WhiteboardService
WhiteboardService provides authenticated metadata and room-admission APIs for collaborative whiteboards.
WhiteboardServiceExt
Extension trait for registering a service implementation with a Router.

Type Aliases§

OwnedArchiveBoardRequestView
Shorthand for OwnedView<ArchiveBoardRequestView<'static>>.
OwnedArchiveBoardResponseView
Shorthand for OwnedView<ArchiveBoardResponseView<'static>>.
OwnedCreateBoardRequestView
Shorthand for OwnedView<CreateBoardRequestView<'static>>.
OwnedCreateBoardResponseView
Shorthand for OwnedView<CreateBoardResponseView<'static>>.
OwnedGetBoardRequestView
Shorthand for OwnedView<GetBoardRequestView<'static>>.
OwnedGetBoardResponseView
Shorthand for OwnedView<GetBoardResponseView<'static>>.
OwnedListBoardsRequestView
Shorthand for OwnedView<ListBoardsRequestView<'static>>.
OwnedListBoardsResponseView
Shorthand for OwnedView<ListBoardsResponseView<'static>>.
OwnedMintJoinTokenRequestView
Shorthand for OwnedView<MintJoinTokenRequestView<'static>>.
OwnedMintJoinTokenResponseView
Shorthand for OwnedView<MintJoinTokenResponseView<'static>>.
OwnedUpdateBoardAclRequestView
Shorthand for OwnedView<UpdateBoardAclRequestView<'static>>.
OwnedUpdateBoardAclResponseView
Shorthand for OwnedView<UpdateBoardAclResponseView<'static>>.
OwnedUpdateBoardRequestView
Shorthand for OwnedView<UpdateBoardRequestView<'static>>.
OwnedUpdateBoardResponseView
Shorthand for OwnedView<UpdateBoardResponseView<'static>>.